Initializes a new instance of the class, with given data.
Syntax
'Declaration
Public Function New( _
ByVal As _
)
'Usage
Dim data As
Dim instance As New DataEventArgs(Of TData)(data)
public DataEventArgs<TData>(
)
public:
DataEventArgs<TData>(
)
Parameters
- data
- The data of the event.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also